Carbon


StdLine

Header: Quickdraw.h Carbon status: Supported

QuickDraw’s standard low-level function for drawing a line.

void StdLine (
    Point newPt
);
Parameter descriptions
newPt

The point to which to draw the line.

DISCUSSION

The StdLine function draws a line from the current pen location to the location (in local coordinates) specified in the newPt parameter.

You should only call this low-level function from your customized QuickDraw functions.

SPECIAL CONSIDERATIONS

The StdLine function may move or purge memory blocks in the application heap; do not call this function at interrupt time.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)